home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-12 | 709 b | 30 lines | [TEXT/MPS ] |
- # File: ppcsicn.make
- # Target: ppcsicn
- # Sources: mylistdef.c
- # Created: Tuesday, September 21, 1993 10:40:39 PM
-
-
- OBJECTS = mylistdef.o
-
-
-
- ppcsicn ƒƒ makeNCOD.r makeRSRC.r {OBJECTS}
- PPCLink -sym on ∂
- {OBJECTS} ∂
- "{PPCLibraries}"InterfaceLib.xcoff ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- -main theLDEF ∂
- -o ppcsicn.xcoff
- makePEF ppcsicn.xcoff -o ppcsicn.pef ∂
- -l InterfaceLib.xcoff=InterfaceLib ∂
- -b
- makesym ppcsicn.xcoff
- Rez makeNCOD.r -o ppcsicn.nCod
- Rez makeRSRC.r -o ppcsicn.rsrc
- SetFile -t rsrc -c RSED ppcsicn.rsrc
- delete ppcsicn.pef
- delete ppcsicn.nCod
-
- mylistdef.o ƒ mylistdef.c
- PPCC -sym on -opt off -w conformance -appleext on mylistdef.c -o mylistdef.o
-